home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / mac / MacSoftware / Netscape 6 Full Installer / Installer Modules / browser.xpi / viewer / res / samples / rdf / DOMDataSourceViewer.css next >
Encoding:
Cascading Style Sheet File  |  2000-09-29  |  617 b   |  44 lines

  1. @import url(chrome://communicator/skin/);
  2.  
  3. treeitem[Type="1"] {
  4.   color: green;
  5. }
  6.  
  7. treeitem[Type="2"] {
  8.   color: red;
  9. }
  10.  
  11.  
  12. treeitem[Type="3"] {
  13.   color: blue;
  14. }
  15.  
  16. treeitem[Type="leaf"] {
  17.   color: black;
  18. }
  19.  
  20. treeitem[Type~="content"] {
  21.   color: green;
  22.   font-style: italic;
  23. }
  24.  
  25. treeitem[Type="contentAttribute"] {
  26.   color: red;
  27.   font-style: italic;
  28. }
  29.  
  30. treeitem[Type="contentStyleRule"] {
  31.     color: orange;
  32.     font-style: italic;
  33. }
  34.  
  35. treeitem[Type="style"] {
  36.     color: brown;
  37.     font-style: italic;
  38. }
  39.  
  40. treeitem[Type="contentMisc"] {
  41.     color:black;
  42.     font-style: italic;
  43. }
  44.